PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / getDisplayRectangle Method
In This Topic
    getDisplayRectangle Method
    In This Topic
    Gets the display rectangle of this annotation.
    Syntax
    public PDFDisplayRectangle getDisplayRectangle()

    Return Value

    A com.o2sol.pdf4java.graphics.PDFDisplayRectangle object that specifies the annotation position and size on the page.
    See Also